Welcome![Sign In][Sign Up]
Location:
Search - category order

Search list

[Mathimatics-Numerical algorithms一元稀疏多项式计算器

Description: 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
Platform: | Size: 207575 | Author: 小康 | Hits:

[Windows Develop插入和提取运算符的重载

Description: 在C++中运算符是一种特殊的函数名,其地位与函数一样,因此也可以定义成类的友元函数,为了便于对象的使用,利用类成员函数(运算符)的重载和友元的特性,为类的数据重载定义插入(<<)和提取(>>)运算符,以便于该类的对象使用cin和cout进行数据的输入和输出.-in C Operators is a special function name, its status and function, it can also be defined as a category of Friends yuan function, in order to facilitate the use of objects, the use of class member function (Operators) and the Friends of the heavy yuan features, such as heavy-duty data definition insertion (lt; Lt ;) and extraction (gt; gt;) Operators, to the use of such targets and cin court for data input and output.
Platform: | Size: 5180 | Author: 王 艳 | Hits:

[Other resourceMyKmeans

Description: 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。-achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or)
Platform: | Size: 1378 | Author: 阿兜 | Hits:

[Graph programBmpProc定义

Description: BMP位图处理类定义头文件,注意:类CBmpProc是从CBitmap类公有继承而来的,但最好不要使用类CBitmap中的函数!如果使用了(尤其是读入或创建型的函数),则就不要再使用CBmpProc类中的函数,以免混乱。-from Bitmap class definition files, Note : Class CBmpProc from CBitmap category inherited from the public, it is best not to use the category CBitmap function! If you use (especially read or create the type function), then not again use CBmpProc type of function, in order to avoid confusion.
Platform: | Size: 21781 | Author: 峰云 | Hits:

[Other resourcecrcompany

Description: 企事业单位网站管理系统 防止数据库数据非法备份,防止漏洞注入,分页修改bug 后台主要功能如下: 一、系统管理: 二、企业信息: 三、产品管理:产品类别新增修改管理,产品添加修改以及产品的审核。 四、下载中心:可分类增加各种文件,如驱动和技术文档等文件的下载。 五、订单管理:查看订单的详细信息及订单处理。 六、会员管理:查看修改删除会员资料,及锁定解锁功能。可在线给会员发信! 七、新闻管理:能分大类和小类新闻,不再受新闻栏目的限制。 八、留言管理: 九、荣誉管理: 十、人才管理: 十一、营销网络: 十二、调查管理: 十三、邮件列表: 十四、友情链接: 十五、模板管理 -institutions site database management system to prevent the illegal data backup, to prevent malicious, tab background changes bug main functions are as follows : a, system management : 2, Enterprise Information : 3, product management : new product category management changes, product changes and the addition of products audit. 4, Download Center : increase can be categorized various documents, such as drivers and technical documentation and other documents downloaded. 5, order management : View details of the orders and order processing. Six Member Management : View Delete Member, lock and unlock features. Available online letter to the Member! 7, news management : can be divided into major categories and subcategories news, news columns are no longer subject to restrictions. 8, message m
Platform: | Size: 1441152 | Author: 王强 | Hits:

[Windows Develop将数据复制或剪切到剪贴板上

Description: 复制、剪切和粘贴数据 ---- 将数据复制或剪切到剪贴板上 ---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。 ---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。 ---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。 ---- 2. 访问选定对象的CopyToClipboard成员函数。 ---- 3. 如果用户选择剪切命令而不是复制,那么从你的应用程序中删除那些数据。 -copy, cut and paste data-replication of data to the clipboard or shear on ---- 1. Determined to be copied data is a local data or an embedded object or link. - If the data is embedded in an object or a link to create a pointer to the selected data COleClientItem pointer. Yes - if the localization of the data and applications is a server, and then from COleServerItem succession of a new category, and the creation of the object. Otherwise, the data for the establishment of a COleDataSource targets. ---- 2. Visit selected object CopyToClipboard member function. ---- 3. If users choose shear order not reproduce, and then from your application to delete those data.
Platform: | Size: 2738 | Author: 刘影 | Hits:

[CSharpclsMCIPlay

Description: 一个用来播放MP3文件的C#例子,里面附有应用实例.但是这个类只具备最基本的MP#3播放功能,要想更多的功能,自己添加吧-a play MP3 files to the C# example, inside with application examples. However, the only category with the most basic MP # 3 player, in order to more functions, it added its own
Platform: | Size: 10233 | Author: 吴维志 | Hits:

[Other resource8数码A算法

Description: 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Data structure and said : 1,2,3,4 procedures used were said to the right, and left, The figure moved to the block among the blanks. A typical tree Chain structure, each have a situation BoardState category. For France order to avoid excessive copying the list was, in consideration of the tree structure to preserve the situation in relation to the succession. Each of the new situation after the election, have cited valuation function f value, in accordance with the size of its insertion Chain, in order to achieve the "priority start small f value of the node." Solve () function in the successful solution of the problem after a law to preserve sequence for output and return to zero. and failure to return to the failed node floors. (Specific judgment method, see be
Platform: | Size: 13600 | Author: 陈士骞 | Hits:

[Game Program挖雷原代码

Description: 一个挖雷的小程序,为了以后改方便,我把整个算法写成的一个类,用类中的方法去设置雷的数据结构,成功就抛出异常,呵呵。-mine dug a small procedure, in order to facilitate future change, I put the whole algorithm written in a category, use category approach to the minefield of data structure, the success of the statement, huh.
Platform: | Size: 61755 | Author: 董程林 | Hits:

[Other resourceBtworthFilter

Description: 构造级联型Butterworth滤波器,可以是任意阶数,并计算出频率幅度响应,非常实用,封装成为一个类,以便大家使用。开发环境为VC 6.0-tectonic Cascade Butterworth filter, can be arbitrary order. to work out the frequency response range, very practical, Packaging, as a category, so that we use. Development environment for the VC 6.0
Platform: | Size: 2678 | Author: 黄河 | Hits:

[Other resourcetenglonglcd

Description: 腾龙版0802液晶类显示器类程序端口说明:0802液晶:1gnd 2vcc 3vol(对比度调整) 4p2.0(RS 数据命令选择) 5p2.1(R/W读写选择) 6p2.2(E,使能信号) 7----14 p0.0-p0.7(数据总线) 倚天版液晶类显示器类程序端口说明:1602液晶:1gnd 2vcc 3vol(对比度调整) 4p3.0(RS 数据命令选择) 5p3.1(R/W读写选择) 6p3.5(E,使能信号) 7----14 p1.0-p1.7(数据总线) 注意: 倚天版和腾龙版的液晶基本相同, 0802较小一些, 显示2行8个字, 1602的液晶显示2行16个子, 同时 端口有一些变化。 参照以上的说明即可 -version of Dragon 0802 LCD panel type procedures ports : 0802 LCD : 1gnd 2vcc 3vol (contrast adjusted) 4p2.0 (RS data order option) 5p2.1 (R / W literacy choice) 6p2.2 (E so that it can signal) 7 p0.0 ---- 14-p0.7 (Data Bus) category Sword version LCD panel procedures ports : 1602 LCD : 1gnd 2vcc 3vol (contrast adjusted) 4p3.0 (RS data order option) 5p3.1 (R / W literacy choice) 6p3.5 (E so that it can signal) 7 ---- 14 p1.0 - p1.7 (data bus) Note : Sword and the Dragon version of the LCD version of basically the same, some 0,802 small, two firms showed eight characters, the LCD 1602 line 16 subsidiaries and ports have some changes. The light of the above, the picture can be
Platform: | Size: 5583 | Author: 张欣 | Hits:

[GUI DevelopListObjectUnit

Description: 以实现的类: XArray<T> XDynamicArray<T> 开始实现XByteBuffer 1、定义好相关类的框架,也就是只有定义,而无实现内容 2、依次实现 -to achieve the category : XArraylt; Tgt; XDynamicArraylt; Tgt; A XByteBuffer began, a good definition of the relevant categories of the framework, which is only definition content without realizing two, in order to achieve
Platform: | Size: 5771 | Author: 袁向彬 | Hits:

[Menu controlfmvc18

Description: 菜单的应用与命令消息的映射方法-菜单以资源形式出现,而不用程序员安排对应类。但当接受操作时则会从一个CCmdUI的边界类对象得到信息。该类对象内聚合一个CMenu对象和对应的ID。-Application menu and order information mapping method-menu to the form of resources, rather than programmers arrangements corresponding category. However, the operation will be accepted from the border CCmdUI a category targeted to receive information. Such polymerization within a target CMenu object and the corresponding ID.
Platform: | Size: 43719 | Author: 刘东 | Hits:

[Windows DevelopCLink

Description: 超级链接效果的类CLink 选把所带的两个文件导入到工程中,关闭工程,删除工程下以CLW为 文件(类文件),打开工程,在打开类视图时会说找不到类库,是否要重建,当然要重建啦,不然做这么干么啊:-),为要实现效果的 STATIC 改名,在类向导中选择 Member Variable 找到 STATIC 的名字,增加一个变量 输入变量名,在Category中选择 Control ,Variable type中应该有一个CLink,选择它,编译工程,鼠标移上去看看是不是OK了。-hyperlinks effect of the election put CLink category brought into the two documents to the project, the closure of the project, delete under CLW works for the paper (like paper), opened works in the open category View will find that the class libraries, whether or not to rebuild, to rebuild -- of course, do not do so :-) Mody ah, in order to achieve results STATIC renamed, in Class Wizard choose Member Variable find STATIC name, an increase in variable input variable, and select the Control Category. Variable type should have a CLink, select it, compile, by moving the mouse up to see if this is OK.
Platform: | Size: 2449 | Author: 天雪 | Hits:

[Other resourcedibsectionlite

Description: 用于winCE手机上的操作dib图像文件的封装类,倒入工程即可使用-for winCE phone operators Freehand images of Packaging category, poured into the project in order to use
Platform: | Size: 15586 | Author: 王赛 | Hits:

[Web Serverqyjtwzwmfxb

Description: 网站主要功能如下: 一、系统管理:管理员管理,可以新增管理员及修改管理员密码;数据库备份,为保证您的数据安全本系统采用了数据库备份功能;上传文件管理,管理你增加产品时上传的图片及其他文件。 二、企业信息:可设置修改企业的各类信息及介绍。 三、产品管理:产品类别新增修改管理,产品添加修改以及产品的审核。 四、订单管理:查看订单的详细信息及订单处理。 五、会员管理:查看修改删除会员资料,及锁定解锁功能。可在线给会员发信! 六、新闻管理:发布修改企业新闻和业内资讯。 七、留言管理:管理信息反馈及注册会员的留言,注册会员的留言可在线回复,未注册会员可使用在线发信功能给于答复。 八、工程展示:展示国内外工程项目 九、人才管理:发布修改招聘信息,人才策略栏目管理,应聘管理。 十、营销网络:修改营销网络栏目的信息。 十一、调查管理:发布修改新调查。 十二、邮件列表:管理邮件列表,在线发送邮件列表。 十三、友情链接:新增修改友情链接。 十四、资料下载:软件下载、文件合同下载等 所有东西傻瓜式修改与管理,拥有数据库防盗功能  后台管理登陆:/manage 管理员:admin 密码:admin -website main functions are as follows : a, system management : Administrators management, and the new manager can change administrator passwords; database backup, To ensure that your data security of the system using a database backup function; Upload file management, increase your management products upload pictures and other documents. Second, corporate information : changes may set up enterprises of all types of information and displays. 3, product management : new product category management changes, product changes and the addition of products audited. 4, Order Management : View orders for more information and order processing. 5, Member Management : Member View amended to delete information and unlocking lock function. Can be sent to the Member Online! 6, news management : Published
Platform: | Size: 3211906 | Author: gdfgdfgdf | Hits:

[WEB Codemy-category-order.2.8.7_cn

Description: My Category Order排序插件for WordPress,目前为my category order.2.8.7 cn简体中文版本。WordPress默认分类列表是按照名称顺序显示的,修改一下调用函数的参数后也仅可以使用分类ID顺序。用此插件分类列表的排序方式能够自行控制-My Category Order plugin order for WordPress, currently my category order.2.8.7 cn Simplified Chinese version. WordPress Default Category list is displayed in the order by name, and modify the parameters of what the calling function is only available classification ID order. Use this plugin to sort the list of categories can be self-control
Platform: | Size: 31744 | Author: seamcker | Hits:

[MySQLorderManager01

Description: 一个简单的订单管理系统,有登陆界面(带验证码),7张表(customer,employee,provider,product,category,order,orderdetail)的连接,以及session等功能-A simple order management system, a landing interface (with a verification code), seven tables (customer, employee, provider, product, category, order, orderdetail) connection,
Platform: | Size: 1461248 | Author: 郑碧华 | Hits:

[ADO-ODBCordeu-order

Description: 系统的主要功能包括:商品类别管理,商品信息管理,订单信息管理-The main functions of the system include: commodity category management, commodity information management, order information management
Platform: | Size: 11264 | Author: sutpose | Hits:

[IOSCategory

Description: 一个自定义的字典类别,增加一个排序数组,可以对内容按照添加的顺序进行排序(A custom dictionary category that adds an array of sorts that can be sorted in order of the added order)
Platform: | Size: 1024 | Author: JerryChiong | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net